From: Eli Zaretskii Date: Wed, 13 Apr 2011 17:43:38 +0000 (+0300) Subject: Fix bug #8487 with invisible text at EOB under bidi. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~4140 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=98e3939a8c979a2fc261b8570a193e5a6d8abdcc;p=emacs.git Fix bug #8487 with invisible text at EOB under bidi. src/xdisp.c (handle_invisible_prop): Don't call bidi_paragraph_init when at ZV. --- 98e3939a8c979a2fc261b8570a193e5a6d8abdcc diff --cc src/ChangeLog index d97d55f5df0,cef424232a4..53ff62a30f6 --- a/src/ChangeLog +++ b/src/ChangeLog @@@ -1,24 -1,8 +1,29 @@@ + 2011-04-13 Eli Zaretskii + + * xdisp.c (handle_invisible_prop): Don't call bidi_paragraph_init + when at ZV. (Bug#8487) + +2011-04-12 Andreas Schwab + + * charset.c (Fclear_charset_maps): Use xfree instead of free. + (Bug#8437) + * keyboard.c (parse_tool_bar_item): Likewise. + * sound.c (sound_cleanup, alsa_close): Likewise. + * termcap.c (tgetent): Likewise. + * xfns.c (x_default_font_parameter): Likewise. + * xsettings.c (read_and_apply_settings): Likewise. + + * alloc.c (overrun_check_malloc, overrun_check_realloc) + (overrun_check_free): Protoize. + +2011-04-12 Paul Eggert + + * sysdep.c (emacs_read, emacs_write): Check for negative sizes + since callers should never pass a negative size. + Change the signature to match that of plain 'read' and 'write'; see + . + * lisp.h: Update prototypes of emacs_write and emacs_read. + 2011-04-11 Eli Zaretskii * xdisp.c (redisplay_window): Don't try to determine the character